| 1. | Stop statement suspends execution , but unlike 语句中止执行,但与 |
| 2. | Stop statements anywhere in procedures to suspend execution 语句放在过程的任何地方以中止执行。 |
| 3. | You set or remove a stop statement by editing your source code 通过编辑源代码来设置或移除stop语句。 |
| 4. | Stop statement encountered 遇到stop语句 |
| 5. | Another alternative is to use an assert statement instead of the stop statement 另一种方法是使用assert语句,而不使用stop语句。 |
| 6. | To avoid the necessity of removing stop statements , you can use conditional compilation 若要避免移除stop语句,可以使用条件编译: |
| 7. | Unlike an end statement , the stop statement does not reset variables or return you to design mode 不同于end语句, stop语句不重置变量或返回设计模式。 |
| 8. | The visual basic stop statement provides a programmatic alternative to setting a breakpoint Visual basic stop语句提供了一种以编程方式设置断点的替换方法。 |
| 9. | When the debugger encounters a stop statement , it breaks execution of the program enters break mode 当调试器遇到stop语句时,它将中断程序的执行(进入中断模式) 。 |
| 10. | You cannot set or clear stop statements using debugger commands , as you would a breakpoint 不能使用调试器命令设置或清除stop语句,而对于断点却可以使用调试器命令。 |